home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / SETUP.EXE / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1997-04-30  |  2KB  |  108 lines

  1. object Form6: TForm6
  2.   Left = 223
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Form6'
  7.   ClientHeight = 273
  8.   ClientWidth = 492
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 10
  22.     Top = 220
  23.     Width = 471
  24.     Height = 10
  25.     Shape = bsBottomLine
  26.   end
  27.   object Label1: TLabel
  28.     Left = 145
  29.     Top = 10
  30.     Width = 187
  31.     Height = 13
  32.     Caption = 'Setup has been completed Succesfully.'
  33.   end
  34.   object Button1: TButton
  35.     Left = 315
  36.     Top = 240
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Finish'
  40.     TabOrder = 0
  41.     OnClick = BitBtn1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 240
  45.     Top = 240
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '< &Back'
  49.     Enabled = False
  50.     TabOrder = 1
  51.     OnClick = Button2Click
  52.   end
  53.   object Button3: TButton
  54.     Left = 405
  55.     Top = 240
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = '&Cancel'
  60.     Enabled = False
  61.     TabOrder = 2
  62.   end
  63.   object GroupBox1: TGroupBox
  64.     Left = 140
  65.     Top = 115
  66.     Width = 341
  67.     Height = 105
  68.     Caption = 'Information'
  69.     TabOrder = 3
  70.     object Label2: TLabel
  71.       Left = 10
  72.       Top = 25
  73.       Width = 211
  74.       Height = 16
  75.       AutoSize = False
  76.       Caption = 'Setup has installed'
  77.       WordWrap = True
  78.     end
  79.     object Label3: TLabel
  80.       Left = 10
  81.       Top = 45
  82.       Width = 211
  83.       Height = 16
  84.       AutoSize = False
  85.       WordWrap = True
  86.     end
  87.   end
  88.   object Panel1: TPanel
  89.     Left = 10
  90.     Top = 10
  91.     Width = 121
  92.     Height = 211
  93.     BevelOuter = bvNone
  94.     BorderStyle = bsSingle
  95.     Caption = 'Panel1'
  96.     TabOrder = 4
  97.     object Image2: TImage
  98.       Left = 0
  99.       Top = 0
  100.       Width = 117
  101.       Height = 207
  102.       Align = alClient
  103.       AutoSize = True
  104.       Center = True
  105.     end
  106.   end
  107. end
  108.